Version

GetComboEditorItemFromArg Method

Retrieves the ComboEditorBase item from its QTP variant for the Replay action.
Syntax
'Declaration
 
Protected Function GetComboEditorItemFromArg( _
   ByVal oComboEditorItemArg As System.Object, _
   ByVal bValidate As System.Boolean, _
   Optional ByVal bGetItemData As System.Boolean, _
   Optional ByVal bIsItemEnabled As System.Boolean _
) As System.Object
protected System.object GetComboEditorItemFromArg( 
   System.object oComboEditorItemArg,
   System.bool bValidate,
   System.bool bGetItemData,
   System.bool bIsItemEnabled
)
protected: System.Object* GetComboEditorItemFromArg( 
   System.Object* oComboEditorItemArg,
   System.bool bValidate,
   System.bool bGetItemData,
   System.bool bIsItemEnabled
) 

Parameters

oComboEditorItemArg
Incoming QTP variant parameter representing a single ComboEditorBase item identifier
bValidate
If true throw exceptions if unable to parse into a single of ComboEditorBase item
bGetItemData
bIsItemEnabled

Return Value

ComboEditorBase item parsed from the incoming QTP variant
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also